Personnel
Overall Objectives
Research Program
Application Domains
Highlights of the Year
New Software and Platforms
New Results
Bilateral Contracts and Grants with Industry
Partnerships and Cooperations
Dissemination
Bibliography
XML PDF e-pub
PDF e-Pub


Section: New Software and Platforms

OpenNL

Open Numerical Library

Keywords: 3D modeling - Numerical algorithm

Scientific Description: Open Numerical Library is a library for solving sparse linear systems, especially designed for the Computer Graphics community. The goal for OpenNL is to be as small as possible, while offering the subset of functionalities required by this application field. The Makefiles of OpenNL can generate a single .c + .h file, very easy to integrate in other projects. The distribution includes an implementation of the Least Squares Conformal Maps parameterization method.

Functional Description: Open Numerical Library is a library for solving sparse linear systems, especially designed for the Computer Graphics community. The goal for OpenNL is to be as small as possible, while offering the subset of functionalities required by this application field.

Release Functional Description: * OpenMP parallel solver * more compact data structures, X2 acceleration * SuperLU weak coupling (dynamically loads SuperLU .so if available) (latest version available as part of geogram http://alice.loria.fr/software/geogram/doc/html/index.html)